Fully Rotten Green Test ^^^^^ **Definition:** * Contains an assertion which was forced to fail. **Code Example:** .. code-block:: java @Test public void testListWindowsNewBucket() throws Exception { . . . BucketLeapArray leapArray = new BucketLeapArray(sampleCount, intervalInMs); . . . . List> list = leapArray.list(); for (WindowWrap wrap : list) { assertTrue(windowWraps.contains(wrap)); } . . . . } **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `RTj: a Java framework for detecting and refactoring rotten green test cases `_ :octicon:`file-code;1em` :octicon:`comment-discussion;1em` :octicon:`graph;1em` :octicon:`sync;1em` * `Rotten green tests in Java, Pharo and Python `_ :octicon:`comment-discussion;1em` :octicon:`sync;1em`